Class PasswordGenerateCLI

java.lang.Object
org.dogtagpki.cli.CLI
org.dogtagpki.cli.CommandCLI
com.netscape.cmstools.cli.PasswordGenerateCLI

public class PasswordGenerateCLI extends CommandCLI
  • Field Details

    • FIPS_MIN_PIN

      public static final int FIPS_MIN_PIN
      The FIPS_MIN_PIN is defined in the following file: https://dxr.mozilla.org/nss/source/nss/lib/softoken/pkcs11i.h
      See Also:
    • PUNCTUATIONS

      public static final String PUNCTUATIONS
      Valid punctuation characters for random password. This is based on Python's string.punctuation except: - equal sign since it's used as delimiter in password.conf - backslash since it's causing SSL handshake failure - it should be relatively safe in an XML attribute
      See Also:
  • Constructor Details

    • PasswordGenerateCLI

      public PasswordGenerateCLI(PasswordCLI passwordCLI)
  • Method Details